home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
cd.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
770b
|
67 lines
cd(n) Tcl Built-In Commands
_________________________________________________________________
NAME
cd - Change working directory
SYNOPSIS
cd ?_d_i_r_N_a_m_e?
_________________________________________________________________
DESCRIPTION
Change the current working directory to _d_i_r_N_a_m_e, or to the
home directory (as specified in the HOME environment vari-
able) if _d_i_r_N_a_m_e is not given. If _d_i_r_N_a_m_e starts with a
tilde, then tilde-expansion is done as described for
Tcl_TildeSubst. Returns an empty string.
KEYWORDS
working directory
Tcl 1